home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 130
/
Vol 130.iso
/
games
/
restaura.swf
/
scripts
/
DefineSprite_676
/
frame_3
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-15
|
295 b
|
15 lines
_root.czas_na_zegarze = 9 + _root.czas_na_zapamietanie - _root.czas_w_grze;
if(_root.czas_w_grze >= _root.czas_na_zapamietanie + 9)
{
_root.koniec_czasu = true;
tellTarget("/")
{
play();
}
tellTarget(_root.zegar)
{
prevFrame();
}
}
gotoAndPlay(2);